home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / Winscp / winscp373setup.exe / {app} / WinSCP3.exe / 0 / RCDATA / TLOGFORM / TLOGFORM.txt < prev   
Encoding:
Text File  |  2005-02-06  |  2.1 KB  |  96 lines

  1. object LogForm: TLogForm
  2.   Left = 356
  3.   Top = 178
  4.   Width = 467
  5.   Height = 341
  6.   HelpType = htKeyword
  7.   HelpKeyword = 'ui_log'
  8.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  9.   Caption = 'Log'
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 170
  12.   Constraints.MinWidth = 250
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   Icon.Data = {<image000.ico>}
  19.   OldCreateOrder = False
  20.   Position = poDefaultPosOnly
  21.   OnClose = FormClose
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object StatusBar: TStatusBar
  25.     Left = 0
  26.     Top = 288
  27.     Width = 459
  28.     Height = 19
  29.     Panels = <>
  30.     ParentFont = True
  31.     SimplePanel = True
  32.     UseSystemFont = False
  33.     OnResize = StatusBarResize
  34.   end
  35.   object TopCoolBar: TCoolBar
  36.     Left = 0
  37.     Top = 0
  38.     Width = 459
  39.     Height = 26
  40.     AutoSize = True
  41.     Bands = <
  42.       item
  43.         Control = ToolBar
  44.         ImageIndex = -1
  45.         MinHeight = 22
  46.         Width = 455
  47.       end>
  48.     object ToolBar: TToolBar
  49.       Left = 9
  50.       Top = 0
  51.       Width = 100
  52.       Height = 22
  53.       Align = alLeft
  54.       AutoSize = True
  55.       Caption = 'ToolBar'
  56.       DisabledImages = NonVisualDataModule.LogDisabledImages
  57.       EdgeBorders = []
  58.       Flat = True
  59.       Images = NonVisualDataModule.LogImages
  60.       ParentShowHint = False
  61.       ShowHint = True
  62.       TabOrder = 0
  63.       Transparent = True
  64.       Wrapable = False
  65.       object ToolButton1: TToolButton
  66.         Left = 0
  67.         Top = 0
  68.         Action = NonVisualDataModule.LogCloseAction
  69.       end
  70.       object ToolButton3: TToolButton
  71.         Left = 23
  72.         Top = 0
  73.         Width = 8
  74.         Caption = 'ToolButton3'
  75.         ImageIndex = 1
  76.         Style = tbsSeparator
  77.       end
  78.       object ToolButton2: TToolButton
  79.         Left = 31
  80.         Top = 0
  81.         Action = NonVisualDataModule.LogClearAction
  82.       end
  83.       object ToolButton4: TToolButton
  84.         Left = 54
  85.         Top = 0
  86.         Action = NonVisualDataModule.LogCopyAction
  87.       end
  88.       object ToolButton5: TToolButton
  89.         Left = 77
  90.         Top = 0
  91.         Action = NonVisualDataModule.LogSelectAllAction
  92.       end
  93.     end
  94.   end
  95. end
  96.